home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
pico_2.swf
/
scripts
/
DefineSprite_768
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
264 b
|
20 lines
function changeIt()
{
if(this.danum == "NO")
{
this.danum = "YES";
}
else
{
this.danum = "NO";
}
}
upp.onPress = function()
{
this._parent.changeIt();
};
dwn.onPress = function()
{
this._parent.changeIt();
};